@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
#bsWXBox {
  box-sizing: content-box;
}
ul {
  list-style: none;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
html {
  font-size: 1px;
}
@media (max-width: 1730px) {
  html {
    font-size: 0.901042px;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 0.824479px;
  }
}
@media (max-width: 1530px) {
  html {
    font-size: 0.792708px;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 0.741146px;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: 0.702604px;
  }
  .home-news .home-bottom {
    padding-top: 24rem;
  }
}
@media (max-width: 1360px) {
  html {
    font-size: 0.699479px;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 0.657813px;
  }
}
body {
  font-family: 'Microsoft YaHei', arial;
  font-size: 14rem;
  color: #666666;
  line-height: 1.5;
  width: 100%;
  background: #fff;
  max-width: 1920px;
  min-width: 1260px;
  margin: 0 auto !important;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #666666;
}
a:hover,
a:active,
a:focus {
  color: #666666;
  text-decoration: none;
}
img {
  border: 0;
  max-width: 100%;
  display: block;
}
table {
  border-collapse: collapse;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea {
  font-size: 14px;
  outline: 0;
  overflow: hidden;
  font-family: arial;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: 0;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #666666;
  outline: 0;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='text'],
select,
button {
  -webkit-appearance: none;
}
input,
select,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: #666;
}
:-moz-placeholder {
  color: #666;
  opacity: 1;
}
::-moz-placeholder {
  color: #666;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #666;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: '';
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pic img {
  transition: 0.5s;
}
.pic:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.middleCenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 1600rem;
}
.container02 {
  margin-right: auto;
  margin-left: auto;
  width: 1440rem;
}
#container {
  overflow: hidden;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -152px;
  width: 304px;
  display: block;
  line-height: 24px;
  color: #666666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt .prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}
#Privacy {
  z-index: 10000;
  position: fixed;
  width: 800px;
  background: #fff;
  border: 4px solid rgba(0, 0, 0, 0.15);
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -400px;
  border-radius: 5px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
#Privacy .dialog_header {
  width: 100%;
  position: relative;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
}
#Privacy .dialog_header .title {
  width: 100%;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
}
#Privacy .dialog_header .close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
  color: #c5c5c5;
  cursor: pointer;
}
#Privacy .privacy_policy_title {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
#Privacy .p-1 {
  font-size: 20px;
}
#Privacy .p-2 {
  font-size: 16px;
}
#Privacy .privacy_content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 480px;
  padding: 20px 30px;
  overflow: auto;
}
#Privacy .privacy_footer {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
#Privacy .close_btn {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  min-width: 200px;
  height: 40px;
  background: #00206a;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #Privacy {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0;
  }
}
.sitemap li {
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}
.sitemap li .top {
  font-size: 20rem;
  color: #00206a;
  font-weight: bold;
}
.sitemap li .top:hover {
  color: #00206a;
}
.sitemap li .bot {
  margin-top: 15rem;
}
.sitemap li .bot a {
  float: left;
  font-size: 16rem;
  color: #666;
  margin-right: 20rem;
}
.sitemap li .bot a:hover {
  color: #00206a;
}
.sitemap li .bot p {
  display: block;
  width: 100%;
  overflow: hidden;
  font-weight: bold;
  margin-top: 10rem;
}
.header {
  height: 123rem;
  width: 100%;
  z-index: 777;
  transition: 0.7s;
}
.header .logo {
  padding: 0;
  float: left;
  margin-top: 24rem;
  transition: 0.2s;
}
.header .logo a {
  display: block;
  position: relative;
  font-size: 25rem;
  font-weight: normal;
  color: #202121;
}
.header .logo a:hover {
  color: #00206a;
}
.header .header-right {
  float: right;
  /*搜索*/
}
.header .header-right .search-main {
  margin-top: 28rem;
  margin-right: 227rem;
  float: right;
  width: 298rem;
  height: 33rem;
  border: solid 1px #dddddd;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
}
.header .header-right .form-control {
  text-align: left;
  border: 0;
  width: 100%;
  font-size: 14rem;
  color: #333;
  height: 30rem;
  vertical-align: top;
  padding: 0 30rem 0 11rem;
  -webkit-appearance: none;
  background: none;
}
.header .header-right .btn {
  top: 0;
  border: 0;
  right: 0;
  width: 30rem;
  height: 30rem;
  position: absolute;
  background: url(../images/search.png) no-repeat center center;
  background-size: 17rem;
}
.header .header-right .lianxi {
  float: right;
  margin-top: 28rem;
  margin-right: 34rem;
  margin-left: 57rem;
}
.header .header-right .lianxi a {
  display: block;
  font-size: 14rem;
  line-height: 33rem;
  color: #666666;
  background: url(../images/yx.png) no-repeat center left;
  background-size: 19rem;
  padding-left: 25rem;
}
.header .header-right .lianxi a:hover {
  color: #00206a;
}
.header .header-right .lan {
  float: right;
  margin-top: 28rem;
}
.header .header-right .lan a {
  display: block;
  font-size: 14rem;
  line-height: 33rem;
  color: #666666;
  background: url(../images/lan.png) no-repeat center left;
  background-size: 18rem;
  padding-left: 25rem;
}
.header .header-right .lan a:hover {
  color: #00206a;
}
.header .header-right .logo1 {
  float: right;
  margin-top: 23rem;
  transition: 0.2s;
}
.header .header-right .logo1 a {
  display: block;
  position: relative;
}
.header .header-right .logo1 a img {
  width: 146rem;
}
@media (min-width: 1025px) {
  .header:hover {
    box-shadow: -40rem 0rem 30rem 0rem rgba(0, 32, 106, 0.18);
  }
}
.nav {
  transition: 0.2s;
  position: relative;
}
.nav ul li {
  text-align: center;
  float: left;
  width: 16.66666667%;
}
.nav ul li a {
  display: block;
  font-size: 18rem;
  line-height: 56rem;
  color: #2f3133;
  padding: 0 8rem;
  text-align: center;
  position: relative;
}
.nav ul li a i {
  width: 20rem;
  height: 10rem;
  background: url(../images/jian.png) no-repeat center center;
  display: inline-block;
  vertical-align: middle;
}
.nav ul li .subnav {
  width: 100%;
  position: absolute;
  top: 56rem;
  left: 0;
  display: none;
  z-index: 333;
  padding-top: 6rem;
}
.nav ul li .subnav ul {
  background: #ffffff url(../images/bg12.jpg) repeat-x top center;
  overflow: hidden;
  width: 100%;
  float: none;
}
.nav ul li .subnav ul li {
  margin: 0;
  padding: 0;
  float: left;
  width: 14.28571429%;
  border-right: 1px solid #e8e8e8;
}
.nav ul li .subnav ul li a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16rem;
  color: #333333;
  line-height: 100rem;
  text-align: center;
  padding: 0 20rem;
}
@media (min-width: 1025px) {
  .nav ul li .subnav ul li:hover a {
    background: #00206a;
    color: #fff;
  }
}
.nav ul li:hover a {
  font-weight: bold;
  color: #00206a;
}
.nav ul .active a {
  font-weight: bold;
  color: #00206a;
}
.banner {
  color: #fff;
  text-align: left;
  position: relative;
}
.banner .slick-slide {
  overflow: hidden;
}
.banner .slick-slide > div {
  overflow: hidden;
}
.banner .item {
  position: relative;
  overflow: hidden;
  display: block !important;
}
.banner .img {
  position: relative;
  z-index: 1;
  height: 660rem;
}
.banner .banner-hover {
  position: absolute;
  top: 17%;
  left: 0;
  width: 100%;
  z-index: 3;
}
.banner .banner-hover .bt {
  font-size: 46rem;
  margin-bottom: 46rem;
  color: #ffffff;
  letter-spacing: -1rem;
}
.banner .banner-hover .span {
  font-size: 28rem;
  font-weight: lighter;
  color: #ffffff;
  margin-bottom: 31rem;
}
.banner .banner-hover .p {
  font-weight: bold;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.35) 100%);
  box-shadow: 0rem 1rem 3rem 0rem rgba(0, 0, 0, 0.4), inset 0rem 0rem 1rem 0rem rgba(255, 255, 255, 0.42);
  border: 3rem solid #f9fcfd;
  border-radius: 40rem;
  font-size: 21rem;
  line-height: 62rem;
  padding: 0 45rem;
  letter-spacing: 2rem;
  color: #ffffff;
  box-shadow: 0rem 1rem 3rem 0rem rgba(0, 0, 0, 0.49);
  float: left;
}
.banner .banner-hover .p img {
  display: inline-block;
  vertical-align: top;
  width: 146rem;
  margin: 0 10rem;
  margin-top: -20rem;
}
.banner .banner-hover .p span {
  font-size: 70rem;
  display: inline-block;
  vertical-align: top;
  margin-top: -32rem;
  background: linear-gradient(to bottom, #00d5fd, #0175f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: rgba(0, 32, 106, 0);
  line-height: 80rem;
}
.banner .slick-current .banner-hover .bt {
  transition: 2s;
  animation: fadeInUp2 2s;
}
.banner .slick-current .banner-hover .span {
  transition: 2.5s;
  animation: fadeInUp2 2.5s;
}
.banner .slick-current .banner-hover .p {
  transition: 3s;
  animation: fadeInUp2 3s;
}
.banner .slick-dots {
  bottom: 23rem;
  left: 0;
}
.banner .slick-dots li {
  margin: 0 5px;
  width: 14rem;
  height: 14rem;
}
.banner .slick-dots li button {
  width: 14rem;
  height: 14rem;
}
.banner .slick-dots li button:before {
  width: 14rem;
  height: 14rem;
  background-color: #b6b6b6;
  border: 0;
  border-radius: 50%;
}
.banner .slick-dots li.slick-active button:before {
  border: 0;
  background-color: #bc173c;
}
.home-about {
  font-size: 0;
  background: url(../images/bg.jpg) no-repeat top center;
  background-size: cover;
}
.home-about .left {
  width: 24%;
  font-size: 46rem;
  line-height: 36rem;
  letter-spacing: 2rem;
  color: #00206a;
  writing-mode: vertical-rl;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 94rem 148rem;
  background: url(../images/ab.png) no-repeat left 5rem;
  background-size: 322rem;
}
.home-about .right {
  width: 76%;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 34rem;
  border-left: 1px solid #c3c6c9;
}
.home-about .right ul {
  float: right;
  width: 90%;
}
.home-about .right ul li {
  padding: 38rem 0 44rem 0;
  position: relative;
  border-top: 2rem solid #cfd1d4;
}
.home-about .right ul li:after {
  content: '';
  display: block;
  width: 35rem;
  height: 4rem;
  background-color: #00206a;
  position: absolute;
  top: -2rem;
  left: 0;
}
.home-about .right ul li a {
  display: block;
  padding-right: 520rem;
  position: relative;
  min-height: 198rem;
  line-height: 198rem;
}
.home-about .right ul li a .text {
  padding-right: 70rem;
  position: relative;
  overflow: hidden;
  padding-left: 52rem;
}
.home-about .right ul li a .img {
  width: 40rem;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20rem;
}
.home-about .right ul li a .bt {
  font-size: 24rem;
  color: #1d1f21;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  width: 25%;
  padding-right: 5rem;
}
.home-about .right ul li a .p {
  font-size: 16rem;
  color: #1d4781;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  width: 75%;
  padding-right: 5rem;
}
.home-about .right ul li a span {
  width: 70rem;
  height: 70rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -35rem;
  background: url(../images/dot.png) no-repeat center center;
  background-size: 49rem;
  transition: 0.2s;
}
.home-about .right ul li a .pic {
  width: 457rem;
  background-color: #355484;
  border-radius: 10rem;
  position: absolute;
  top: 0;
  right: 30rem;
}
.home-about .right ul li a .pic:after {
  padding-bottom: 43.32603939%;
}
@media (min-width: 1025px) {
  .home-about .right ul li:hover a span {
    background: url(../images/dot1.png) no-repeat center center;
    background-size: 67rem;
  }
  .home-about .right ul li:hover a .pic img {
    transform: scale(1.04);
  }
  .home-about .right ul li:hover a .p {
    color: #00206a;
  }
}
/*.home-about .right ul li:nth-child(1) .bt {
  width: 45%;
}
.home-about .right ul li:nth-child(1) .p {
  width: 55%;
}
.home-about .right ul li:nth-child(3) .bt {
  width: 35%;
}
.home-about .right ul li:nth-child(3) .p {
  width: 65%;
}*/
.home-title span {
  font-size: 18rem;
  font-weight: bold;
  color: #11acc8;
  padding-left: 9rem;
  margin-bottom: 12rem;
  display: block;
}
.home-title span img {
  width: 20rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 14rem;
}
.home-title .bt {
  font-size: 42rem;
  font-weight: bold;
  color: #1d1f21;
}
.home-product {
  padding: 76rem 0 86rem 0;
  background: #f3f3f3 url(../images/bg2.jpg) no-repeat center center;
  background-size: 100%;
}
.home-product .home-title a {
  display: block;
  float: right;
  width: 60rem;
  height: 60rem;
  border: solid 2px #00206a;
  border-radius: 50%;
  background: url(../images/more.png) no-repeat center center;
  background-size: 21rem;
  margin-top: 30rem;
  margin-right: 8rem;
}
@media (min-width: 1025px) {
  .home-product .home-title a:hover {
    background: #00206a url(../images/more1.png) no-repeat center center;
    background-size: 21rem;
  }
}
.home-product .home-bottom {
  padding-top: 44rem;
}
.productlist {
  margin: 0 -25rem;
}
.productlist li {
  width: 33.33333333%;
  float: left;
  padding: 0 25rem;
}
.productlist li .box {
  border: solid 1px #dbdbdb;
  position: relative;
  background-color: #fff;
}
.productlist li .pic:after {
  padding-bottom: 73.6%;
}
.productlist li .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
}
.productlist li .hover .info {
  width: 100%;
  height: 100%;
  background: url(../images/bg1.png) no-repeat bottom right;
  background-size: cover;
  padding: 100rem 35rem;
  position: relative;
}
.productlist li .hover .info .h3 {
  font-size: 24rem;
  margin-bottom: 25rem;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.productlist li .hover .info .p {
  font-size: 16rem;
  line-height: 26rem;
  overflow: hidden;
  /* height: 52rem; */
  color: #ffffff;
}
.productlist li .hover .info .span {
  position: absolute;
  width: 33rem;
  bottom: 38rem;
  left: 27rem;
}
.productlist li .text {
  padding: 12rem 13rem;
}
.productlist li .text .bt {
  font-size: 18rem;
  padding-bottom: 15rem;
  font-weight: bold;
  color: #00206a;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.productlist li .text .more {
  background: url(../images/more2.png) no-repeat center right;
  background-size: 33rem;
  font-size: 14rem;
  font-weight: lighter;
  color: #00206a;
  line-height: 33rem;
  border-top: solid 1px #dbdbdb;
}
@media (min-width: 1025px) {
  .productlist li:hover .box {
    box-shadow: 3rem 4rem 35rem 0rem rgba(0, 0, 0, 0.14);
  }
  .productlist li:hover .hover {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 12rem;
    opacity: 1;
  }
}
.home-news {
  padding: 80rem 0 102rem 0;
  background: #fff;
}
.home-news .left {
  float: left;
  width: 18%;
  padding-top: 26rem;
  padding-left: 41rem;
}
.home-news .left a {
  position: relative;
  line-height: 33rem;
  padding-right: 70rem;
  font-size: 18rem;
  font-weight: bold;
  letter-spacing: 1rem;
  color: #474747;
  width: 196rem;
  display: block;
  text-align: center;
  margin-top: 53rem;
  padding-top: 10rem;
}
.home-news .left a p {
  border-bottom: 3rem solid #00206a;
}
.home-news .left a span {
  width: 53rem;
  height: 53rem;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -26rem;
  background: url(../images/dot.png) no-repeat center center;
  background-size: 53rem;
  transition: 0.2s;
}
@media (min-width: 1025px) {
  .home-news .left a:hover span {
    background: url(../images/dot1.png) no-repeat center center;
    background-size: 53rem;
  }
  .home-news .left a:hover p {
    color: #00206a;
  }
}
.home-news .right {
  float: right;
  width: 74%;
}
.newslist li {
  border-bottom: 1px solid #c1c4c7;
}
.newslist li a {
  display: block;
  position: relative;
  line-height: 87rem;
  padding-left: 287rem;
}
.newslist li a .date {
  font-family: 'DeVinne-Txt-BT';
  font-size: 18rem;
  font-weight: bold;
  letter-spacing: 1rem;
  color: #1d4781;
  position: absolute;
  top: 0;
  left: 25rem;
}
.newslist li a .span {
  width: 140rem;
  margin-top: 29rem;
  line-height: 28rem;
  height: 28rem;
  border-radius: 6rem;
  font-size: 14rem;
  color: #646460;
  text-align: center;
  border: solid 1px #dee0e1;
  position: absolute;
  top: 0;
  left: 137rem;
  overflow: hidden;
}
.newslist li a .bt {
  font-size: 18rem;
  font-weight: bold;
  color: #64645f;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 2rem;
}
.newslist li a span {
  width: 60rem;
  height: 60rem;
  position: absolute;
  top: 50%;
  right: 33rem;
  margin-top: -30rem;
  background: url(../images/dot.png) no-repeat center center;
  background-size: 42rem;
  transition: 0.2s;
}
@media (min-width: 1025px) {
  .newslist li:hover a span {
    background: url(../images/dot1.png) no-repeat center center;
    background-size: 53rem;
  }
  .newslist li:hover a .bt {
    color: #00206a;
  }
}
.home-contact {
  padding: 56rem 0 50rem 0;
  background: url(../images/bg3.jpg) no-repeat bottom center;
  background-size: cover;
}
.home-contact .home-title {
  text-align: center;
}
.home-contact .home-title .bt {
  color: #fff;
}
.home-contact .home-bottom {
  padding-top: 62rem;
}
.home-contact .left {
  width: 48%;
  float: left;
}
.home-contact .left .ewm {
  float: left;
  padding-top: 12rem;
  padding-left: 55rem;
}
.home-contact .left .ewm span {
  font-size: 14rem;
  line-height: 21rem;
  letter-spacing: 1rem;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-right: 10rem;
  writing-mode: vertical-rl;
}
.home-contact .left .ewm img {
  display: inline-block;
  vertical-align: middle;
}
.home-contact .left .yx {
  float: right;
  text-align: center;
  padding-top: 21rem;
  width: 47%;
}
.home-contact .left .yx .pic {
  width: 102rem;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 11rem;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
.home-contact .left .yx p a {
  font-size: 18rem;
  color: #ffffff;
}
.home-contact .right {
  float: right;
  width: 43%;
}
.home-contact .right .bt {
  font-size: 16rem;
  line-height: 34rem;
  color: rgba(255, 255, 255, 0.68);
}
#allmap {
  width: 100%;
  height: 292rem;
  margin-top: 28rem;
}
#allmap img {
  max-width: initial;
  max-height: inherit;
}
#allmap .anchorBL {
  display: none;
}
.message {
  position: relative;
}
.message .titleBig {
  font-weight: 700;
  font-size: 30rem;
  margin-bottom: 17rem;
  color: #333333;
}
.message .p {
  font-size: 16rem;
  line-height: 32rem;
  color: #787878;
}
.message .nr {
  margin-top: 45rem;
  padding-bottom: 0;
  border-bottom: none;
}
.message .list {
  position: relative;
}
.message ul {
  margin: 0 -15rem;
  padding-top: 24rem;
}
.message li {
  width: 33.33333333%;
  float: left;
  padding: 0 15rem 24rem 15rem;
  position: relative;
}
.message .box {
  position: relative;
}
.message .span {
  position: relative;
  margin-bottom: 6rem;
  font-size: 16rem;
  padding-left: 13rem;
  letter-spacing: 2rem;
  color: #ffffff;
}
.message .red {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  color: #bc173c;
}
.message .input-form,
.message .textarea-form,
.message select {
  color: #ffffff;
  vertical-align: middle;
  padding: 0 17rem;
  height: 42rem;
  background-color: rgba(239, 240, 244, 0.2);
  border-radius: 5rem;
  border: none;
  font-size: 14rem;
  width: 100%;
}
.message .input-form::-webkit-input-placeholder,
.message .textarea-form::-webkit-input-placeholder,
.message select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.32);
}
.message .input-form:-moz-placeholder,
.message .textarea-form:-moz-placeholder,
.message select:-moz-placeholder {
  color: rgba(255, 255, 255, 0.32);
  opacity: 1;
}
.message .input-form::-moz-placeholder,
.message .textarea-form::-moz-placeholder,
.message select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.32);
  opacity: 1;
}
.message .input-form:-ms-input-placeholder,
.message .textarea-form:-ms-input-placeholder,
.message select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.32);
}
.message select::-ms-expand {
  display: none;
}
.message select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 40rem;
  background: #f5f5f5 url(../images/down2.png) no-repeat scroll 99% center;
  background: #f5f5f5\9\0;
  background-size: 22rem;
}
.message .textarea-form {
  padding: 11rem 90rem 17rem 19rem;
  width: 100%;
  height: 80rem;
}
.message .btn {
  width: 100%;
}
.message .btn .col-2 {
  width: 50%;
}
.message .submit {
  width: 208rem;
  line-height: 54rem;
  border-radius: 6rem;
  border: solid 1px #ffffff;
  display: block;
  padding: 0 55rem;
  font-size: 18rem;
  text-align: left;
  background: url(../images/more4.png) no-repeat 80% center;
  color: #ffffff;
}
.message .yinsi {
  color: #8893b0;
}
.message .yinsi input {
  border: 0;
}
.message .privacyBtn {
  color: #8893b0;
  text-decoration: underline;
}
.message .submit:hover {
  border: solid 1px #11acc8;
  background-color: #11acc8;
}
.message .col-2 {
  width: 50%;
  float: left;
  position: relative;
  text-align: left;
}
.footer {
  padding: 19rem 0;
  background-color: #f1f1f1;
}
.footer .img {
  float: left;
  width: 296rem;
}
.footer .span {
  float: right;
  font-size: 14rem;
  padding-top: 42rem;
  line-height: 40rem;
  color: #333333;
}
.footer .span a,
.footer .span span {
  margin-left: 40rem;
}
.footer .span a:hover {
  color: #00206a;
}
.footer-top ul {
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding-bottom: 10rem;
  margin-bottom: 20rem;
}
.footer-top ul li {
  width: 14.28%;
  float: left;
  text-align: center;
}
.footer-topa ul li{
	 width: 14.28571%;
}
.footer-top ul li a {
  font-size: 16rem;
  display: block;
  line-height: 40rem;
  color: #2f3133;
  padding: 0 8rem;
  text-align: center;
  position: relative;
}
.footer-top ul li a:hover {
  color: #00206a;
  font-weight: bold;
}
.float {
  position: fixed;
  bottom: 100px;
  right: 0;
  color: #0c449c;
  z-index: 999;
  font-size: 18px;
  line-height: 31px;
}
.float .float-closed {
  right: 0;
  top: -25px;
  width: 41rem;
  height: 41rem;
  line-height: 41rem;
  cursor: pointer;
  font-weight: 100;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  text-align: center;
  position: absolute;
  background-color: #00206a;
}
.float .return-top {
  width: 40px;
  height: 40px;
  cursor: pointer;
  float: right;
  background: url(../images/float4.png) no-repeat center #00206a;
}
.float .return-top a {
  display: block;
  width: 100%;
  height: 100%;
}
.float .return-top:hover {
  background-color: #00b7fb;
}
.float .float-box {
  float: right;
}
.float .float-box li {
  width: 40px;
  height: 40px;
  border-bottom: 2px solid #fff;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #00206a;
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
}
.float .float-box li .item {
  top: 0;
  right: 40px;
  width: 260px;
  height: 116px;
  background: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  display: none;
  text-align: center;
  position: absolute;
  padding: 28px 10px;
}
.float .float-box li .item p:nth-child(1) {
  font-size: 14px;
  color: #333;
  line-height: 14px;
}
.float .float-box li .item p:nth-child(2) {
  margin-top: 20px;
  font-size: 18px;
  color: #cca24a;
  line-height: 22px;
}
.float .float-box li .wx {
  width: 146px;
  padding: 10px;
  height: auto;
}
.float .float-box li .wx p {
  margin-bottom: 0;
}
.float .float-box li .wx p img {
  display: block;
}
.float .float-box li > a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 40px;
}
.float .float-box li:hover {
  background-color: #11acc8;
}
.float .float-box li .item-message {
  width: 200px;
  color: #fff;
}
.inbanner {
  color: #fff;
  position: relative;
}
.inbanner img {
  margin: 0 auto;
  display: block;
}
.inbanner .mh {
  display: none;
}
.inbanner .item {
  position: relative;
}
.inbanner .banner-hover {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.inbanner .banner-hover .info {
  padding: 0 42rem;
}
.inbanner .banner-hover .bt {
  transition: 2s;
  animation: fadeInLeft2 2s;
}
.inbanner .banner-hover .p {
  transition: 2s;
  animation: fadeInLeft2 2s;
}
.inbanner .banner-hover .bt {
  font-size: 38rem;
  color: #333333;
}
.inbanner .banner-hover .p {
  font-size: 18rem;
  color: #474747;
}
.current {
  font-size: 14rem;
  color: #7a7a7a;
  z-index: 3;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10rem;
}
.current a {
  color: #7a7a7a;
}
@media (min-width: 1025px) {
  .current a:hover {
    text-decoration: underline;
  }
}
.current b {
  font-weight: normal;
}
.current span {
  background: url(../images/home.png) no-repeat left 1rem;
  padding-left: 25rem;
  background-size: 17rem;
}
.content {
  padding: 70rem 0 100rem 0;
  min-height: 500rem;
}
.news .newslist {
  padding: 0 70rem;
  margin-bottom: 80rem;
}
.page {
  clear: both;
  text-align: center;
  font-size: 0;
  color: #947d58;
}
.page em {
  font-style: normal;
  font-size: 18px;
}
.page a {
  color: #202020;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  min-width: 40px;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  height: 40px;
  border-radius: 40px;
  margin: 0 8px;
  padding: 0 5px;
  vertical-align: top;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  -webkit-box-shadow: 0 0 0 1px #e2ebf1;
}
.page a span {
  display: block;
}
.page a.cur,
.page a:hover {
  background-color: #00206a;
  -webkit-box-shadow: 0 0 0 1px #fff;
  color: #fff;
}
.page a.prev,
.page a.next {
  color: #666666;
}
.page a.prev {
  padding-left: 24px;
  margin-right: 5px;
  width: 106px;
}
.page a.prev span {
  background: url(../images/prev-01.png) no-repeat left center;
  background-size: 4px;
}
.page a.prev:hover {
  color: #fff;
}
.page a.prev:hover span {
  background: url(../images/prev-02.png) no-repeat left center;
  background-size: 4px;
}
.page a.next {
  padding-right: 24px;
  margin-left: 5px;
  width: 106px;
}
.page a.next span {
  background: url(../images/next-01.png) no-repeat right center;
  background-size: 4px;
}
.page a.next:hover {
  color: #fff;
}
.page a.next:hover span {
  background: url(../images/next-02.png) no-repeat right center;
  background-size: 4px;
}
@media (max-width: 768px) {
  .page a,
  .page em {
    display: none;
  }
  .page a.prev,
  .page a.next {
    display: inline-block;
  }
}
.news-show {
  padding-top: 82rem;
}
.h01 {
  font-size: 32rem;
  color: #1d1f21;
  font-weight: bold;
  text-align: center;
  margin-bottom: 34rem;
}
.h2 {
  text-align: center;
  font-size: 14rem;
  color: #7a7a7a;
  padding-bottom: 19rem;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding-top: 19rem;
}
.h2 span {
  padding: 0 22rem;
}
.h2 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4rem;
}
.h2 .laiyuan {
  background: url(../images/laiyuan.png) no-repeat center left;
  background-size: 17rem;
}
.h2 .shijian {
  background: url(../images/shijian.png) no-repeat center left;
  background-size: 14rem;
}
.h2 .shuliang {
  background: url(../images/shuliang.png) no-repeat center left;
  background-size: 19rem;
}
.news-info {
  font-size: 16rem;
  line-height: 28rem;
  color: #4d4d4d;
  padding: 64rem 0 63rem 0;
}
.news-info img{margin:0 auto;}
.news-info p {
  margin-bottom: 10rem;
}
.pagelist-news {
  border-top: solid 2px #989898;
  border-bottom: solid 2px #989898;
}
.pagelist-news li a {
  border-bottom: solid 1px rgba(152, 152, 152, 0.22);
  display: block;
  position: relative;
  font-size: 16rem;
  line-height: 68rem;
  color: #1d1f21;
  padding-left: 135rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.pagelist-news li a span {
  position: absolute;
  top: 0;
  left: 32rem;
  display: block;
  background: url(../images/up.png) no-repeat center right;
  padding-right: 27rem;
  background-size: 16rem;
}
@media (min-width: 1025px) {
  .pagelist-news li a:hover {
    color: #00206a;
  }
}
.pagelist-news li:nth-child(2n) span {
  background: url(../images/down2.png) no-repeat center right;
  background-size: 16rem;
}
.return a {
  width: 111rem;
  line-height: 36rem;
  background-color: rgba(153, 153, 153, 0.16);
  font-size: 16rem;
  color: #222222;
  font-weight: lighter;
  text-align: center;
  display: block;
  float: right;
  margin-top: 49rem;
}
@media (min-width: 1025px) {
  .return a:hover {
    background: #00206a;
    color: #fff;
  }
}
.shezhang {
  padding-top: 95rem;
}
.shezhang .info {
  width: 78.5%;
  margin: 0 auto;
}
.shezhang .info .sz-top {
  padding: 0 60rem;
  margin-bottom: 30rem;
  position: relative;
}
.shezhang .info .sz-top:before {
  content: '';
  display: block;
  width: 43rem;
  height: 34rem;
  background: url(../images/yin1.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.shezhang .info .sz-top .bt {
  float: left;
  font-size: 30rem;
  line-height: 46rem;
  color: #1d1f21;
  width: 50%;
  padding-top: 34rem;
}
.shezhang .info .sz-top .img {
  float: right;
  width: 28%;
}
.shezhang .info .jsh {
  font-size: 18rem;
  line-height: 41rem;
  padding: 0 40rem;
  color: #454647;
  position: relative;
  padding-bottom: 10rem;
  margin-bottom: 25rem;
}
.shezhang .info .jsh:before {
  content: '';
  display: block;
  width: 42rem;
  height: 34rem;
  background: url(../images/yin2.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  right: 30rem;
}
.shezhang .info .jsh p {
  margin-bottom: 8rem;
}
.shezhang .info .span {
  font-size: 18rem;
  line-height: 32rem;
  color: #76787a;
  padding: 0 40rem;
  margin-bottom: 20rem;
  text-align: right;
}
.shezhang .info .qianming {
  padding: 0 40rem;
  text-align: right;
}
.shezhang .info .qianming img {
  float: right;
  max-width: 173rem;
}
.contact {
  padding-top: 86rem;
}
.second-nav {
  background-color: #f6f6f6;
  position: relative;
  overflow: hidden;
}
.second-nav:after {
  width: 93rem;
  height: 122rem;
  background: url(../images/line.png) no-repeat top center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -90rem;
  z-index: 3;
}
.second-nav ul li {
  width: 50%;
  float: left;
}
.second-nav ul li a {
  display: block;
  position: relative;
  text-align: center;
  padding: 14rem 20rem;
  font-size: 24rem;
  line-height: 90rem;
  color: #333333;
}
.second-nav ul li a .pic {
  display: inline-block;
  vertical-align: middle;
  width: 90rem;
}
.second-nav ul li a:after {
  width: 0;
  height: 3rem;
  background-color: #00206a;
  transition: 0.5s;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .second-nav ul li:hover a:after {
    width: 100%;
  }
}
.second-nav ul .active a:after {
  width: 100%;
}
.contact .message {
  border: solid 1px #f0f0f0;
  padding: 64rem 129rem;
}
.contact .message .bt {
  font-size: 30rem;
  color: #1d1f21;
}
.contact .message ul {
  padding-top: 30rem;
}
.contact .message .input-form,
.contact .message .textarea-form,
.contact .message select {
  height: 51rem;
  background-color: #f5f5f5;
  color: #7a7a7a;
}
.contact .message .input-form::-webkit-input-placeholder,
.contact .message .textarea-form::-webkit-input-placeholder,
.contact .message select::-webkit-input-placeholder {
  color: #7a7a7a;
}
.contact .message .input-form:-moz-placeholder,
.contact .message .textarea-form:-moz-placeholder,
.contact .message select:-moz-placeholder {
  color: #7a7a7a;
  opacity: 1;
}
.contact .message .input-form::-moz-placeholder,
.contact .message .textarea-form::-moz-placeholder,
.contact .message select::-moz-placeholder {
  color: #7a7a7a;
  opacity: 1;
}
.contact .message .input-form:-ms-input-placeholder,
.contact .message .textarea-form:-ms-input-placeholder,
.contact .message select:-ms-input-placeholder {
  color: #7a7a7a;
}
.contact .message .textarea-form {
  height: 249rem;
}
.contact .message .btn {
  padding-bottom: 0 !important;
}
.contact .message .submit {
  border-radius: 0;
  border: solid 1px #00206a;
  text-align: center;
  background: #00206a;
  margin: 0 auto;
  font-size: 16rem;
  transition: 0.5s;
}
.contact .message .submit:hover {
  background-color: #11acc8;
  border: solid 1px #11acc8;
}
.verify {
  height: 40rem;
  background-color: #fafafa;
  font-size: 16rem;
  position: relative;
}
.verify .drag-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 40rem;
  height: 40rem;
  border: 1px #e5e5e5 solid;
  background: #ffffff url(../images/icon/drag-arrow.svg) no-repeat center center;
  background-size: 20rem 20rem;
  z-index: 2;
  cursor: move;
}
.verify .suc-drag-btn {
  background: #ffffff url(../images/icon/drag-success.svg) no-repeat center center;
  background-size: 20rem 20rem;
}
.verify .drag-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 40rem;
  line-height: 38rem;
  width: 0;
  background-color: #e70012;
  color: #fff;
  font-size: 18rem;
  text-align: center;
}
.verify .fix-tips,
.verify .verify-msg {
  width: 100%;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #333;
  z-index: 1;
  line-height: 40rem;
  padding-left: 40rem;
  text-align: center;
}
.verify .verify-msg {
  padding-left: 0;
  padding-right: 40rem;
}
.verify .verify-msg {
  background-color: #00206a;
  color: #fff;
  display: none;
}
.verifyDiv {
  width: 220rem;
  vertical-align: middle;
  float: left;
  margin-right: 20rem;
  position: relative;
}
.bt-title {
  font-size: 30rem;
  font-weight: bold;
  letter-spacing: 2rem;
  color: #00206a;
  background: url(../images/line1.jpg) no-repeat left 5rem;
  padding-left: 30rem;
  border-bottom: 1px solid #d0d8e6;
  padding-bottom: 13rem;
}
.map {
  padding-top: 58rem;
}
.map #allmap {
  height: 690rem;
  margin-top: 57rem;
}
.map .list {
  padding-top: 47rem;
}
.map .list li {
  font-size: 22rem;
  line-height: 42rem;
  color: #1d1f21;
  padding-left: 36rem;
  margin-left: 17rem;
}
.map .list .c1 {
  background: url(../images/c01.png) no-repeat left 13rem;
  background-size: 22rem;
}
.map .list .c2 {
  background: url(../images/c02.png) no-repeat left 10rem;
  background-size: 22rem;
}
.map .list .c3 {
  background: url(../images/c03.png) no-repeat left 10rem;
  background-size: 22rem;
}
.inmain-title {
  font-size: 42rem;
  color: #1d1f21;
  border-bottom: 2px solid #cfd1d4;
  position: relative;
  padding-bottom: 7rem;
}
.inmain-title:after {
  content: '';
  display: block;
  width: 74rem;
  height: 4rem;
  background-color: #00206a;
  position: absolute;
  bottom: -2rem;
  left: 0;
  z-index: 3;
}
.job {
  padding-bottom: 0 !important;
}
.job .info {
  padding: 67rem 50rem 74rem 50rem;
  background: url(../images/bg4.jpg) no-repeat top center;
  background-size: cover;
  margin-bottom: 31rem;
}
.job .joblist {
  margin: 0 -20rem;
}
.job .joblist li {
  width: 50%;
  float: left;
  padding: 0 20rem;
}
.job .joblist li .box {
  border: solid 1rem #9fbdc7;
  position: relative;
  padding: 37rem 44rem 37rem 37rem;
  min-height: 473rem;
}
.job .joblist li .pic {
  width: 120rem;
  position: absolute;
  left: 37rem;
  top: 37rem;
}
.job .joblist li .text {
  padding-left: 155rem;
  padding-top: 16rem;
}
.job .joblist li .text .bt {
  font-size: 30rem;
  margin-bottom: 12rem;
  letter-spacing: 1rem;
  color: #1d1f21;
}
.job .joblist li .text .p {
  font-size: 18rem;
  line-height: 36rem;
  color: #666666;
}
.job .jsh {
  font-size: 28rem;
  font-weight: bold;
  line-height: 52rem;
  margin-top: 30rem;
  position: relative;
  color: #1d1f21;
  padding-top: 10rem;
}
.job .jsh p {
  position: absolute;
  color: rgba(255, 255, 255, 0);
  top: 0;
  left: 0;
  text-decoration: underline 14rem;
  text-decoration-color: #90d0f0;
}
.job .jsh h3 {
  font-size: 28rem;
  font-weight: bold;
  position: relative;
  z-index: 3;
}
.inmain-bt {
  text-align: center;
  font-size: 42rem;
  color: #1d1f21;
}
.job2 {
  padding: 123rem 0;
  background: #f9f9f9;
  position: relative;
}
.job2 .info1 {
  margin-top: 50rem;
  padding: 0 48rem;
  padding-bottom: 61rem;
  background-color: #ffffff;
}
.job2 .title span {
  line-height: 98rem;
}
.job2 .more a {
  text-align: center;
  display: block;
  font-size: 16rem;
  color: #00206a;
}
.job2 .list {
  margin-bottom: 74rem;
}
.job2 .title {
  line-height: 46rem;
  font-size: 18rem;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
}
.job2 .title span {
  display: block;
  float: left;
  text-align: center;
}
.job2 dl {
  margin-bottom: 15rem;
}
.job2 dt {
  background-color: #f9f9f9;
  overflow: hidden;
  padding: 10rem 0;
  cursor: pointer;
  font-size: 16rem;
  line-height: 38rem;
  color: #333333;
  transition: all 0.5s;
  text-align: center;
}
.job2 dt span {
  display: block;
  float: left;
  text-align: center;
}
.job2 .span-01 {
  width: 30%;
}
.job2 .span-02 {
  width: 27%;
}
.job2 .span-03 {
  width: 22%;
}
.job2 .span-04 {
  width: 14%;
}
.job2 dt:hover {
  background-color: #fafafa;
}
.job2 dd {
  height: 0;
  font-size: 18rem;
  line-height: 36rem;
  color: #666666;
  overflow: hidden;
}
.job2 dd .nr {
  background-color: #f8f8f8;
  margin-top: 2rem;
  position: relative;
  padding: 31rem 48rem 49rem 107rem;
}
.job2 dd .nr .h3 {
  margin-bottom: 12rem;
  font-size: 18rem;
  font-weight: bold;
  color: #333333;
}
.job2 dd .nr p {
  margin-bottom: 12rem;
}
.job2 .cur dt {
  background-color: #f0f0f0;
}
.job2 .cur dd {
  height: auto;
}
.job2 .red {
  color: #ff0000;
}
.job2 .send {
  padding-top: 8rem;
}
@media (min-width: 1025px) {
  .job2 .send:hover a {
    background-color: #00206a;
  }
}
.job2 .send a {
  display: inline-block;
  padding: 0 20rem;
  width: 185rem;
  line-height: 43rem;
  color: #fff;
  font-size: 16rem;
  background: #00206a url(../images/t.png) no-repeat 81% center;
  background-size: 21rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  border-top: 15rem solid #d1d1d1;
}
.history {
  background: #ffffff url(../images/bg5.jpg) no-repeat bottom center;
  background-size: 100%;
}
.history .table {
  margin-top: 31rem;
}
.history .table table tr td {
  border-bottom: 1px solid #c1c4c7;
  font-size: 16rem;
  line-height: 28rem;
  color: #454647;
  padding: 20rem;
}
.history .table table tr td:nth-child(1) {
  font-weight: bold;
  color: #00206a;
  width: 221rem;
  background-color: #eaecef;
}
.history .history01 {
  padding-bottom: 70rem;
}
.history .history02 {
  background: url(../images/jiantou2.png) no-repeat bottom center;
  background-size: 23rem;
}
.history .history02 .bd {
  padding-top: 107rem;
  padding-bottom: 57rem;
  margin-top: 68rem;
  position: relative;
}
.history .history02 .bd:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  background: #e0e0e0;
  height: 100%;
  left: 50%;
  margin-left: -0.5px;
  top: 0;
}
.history .history02 .bd:after {
  content: '';
  display: block;
  width: 11rem;
  position: absolute;
  height: 95%;
  left: 50%;
  top: 37rem;
  background: url(../images/line2.png) repeat-y top center;
}
.history .history02 .bd .list {
  margin: 0 auto;
  width: 72%;
}
.history .history02 .bd li {
  overflow: hidden;
  position: relative;
  margin-top: -169rem;
  margin-bottom: 84rem;
  z-index: 4;
}
.history .history02 .bd li:after {
  content: '';
  display: block;
  width: 19rem;
  height: 19rem;
  background-color: #ffffff;
  border: solid 4rem #bc173c;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -9rem;
  top: 37rem;
}
.history .history02 .bd li .box {
  padding: 0 40rem 0 0;
  position: relative;
  width: 50%;
  float: left;
}
.history .history02 .bd .year {
  transform-origin: top right !important;
  text-align: right;
}
.history .history02 .bd .year span {
  position: relative;
  display: inline-block;
  font-size: 28rem;
  font-weight: 700;
  text-align: center;
  color: #00206a;
}
.history .history02 .bd .info {
  padding: 19rem 25rem 9rem 25rem;
  font-size: 18rem;
  color: #454647;
  line-height: 30rem;
  margin: 7rem 0;
  min-height: 79rem;
  border-bottom: 2px solid #00206a;
  transform-origin: top right !important;
  position: relative;
  background-color: #f9f9f9;
}
.history .history02 .bd .info:after {
  position: absolute;
  top: 0;
  right: -20rem;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15rem 20rem 0 0;
  border-color: #f9f9f9 transparent transparent transparent;
}
.history .history02 .bd li:nth-child(1) {
  margin-top: 0;
  margin: 0;
}
.history .history02 .bd li:nth-child(2n) {
  margin-top: -62rem;
}
.history .history02 .bd li:nth-child(2n) .box {
  float: right;
  padding: 0 0 0 40rem;
}
.history .history02 .bd li:nth-child(2n) .year {
  transform-origin: top left !important;
  text-align: left;
}
.history .history02 .bd li:nth-child(2n) .info {
  transform-origin: top left !important;
}
.history .history02 .bd li:nth-child(2n) .info:after {
  display: none;
}
.history .history02 .bd li:nth-child(2n) .info:before {
  position: absolute;
  top: 0;
  left: -20rem;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20rem 15rem 0;
  border-color: transparent #f9f9f9 transparent transparent;
}
.history .history02 .bd li.q2017 {
  margin-top: -100rem;
}
.history .history02 .bd li.q2018 {
  margin-top: -130rem;
}
.huanjing {
  padding-top: 62rem;
  background: #ffffff url(../images/bg5.jpg) no-repeat bottom center;
  background-size: 100%;
}
.huanjing .huanjing-bottom {
  margin-top: 34rem;
  padding: 60rem 50rem 75rem 50rem;
  background-color: #fafafa;
}
.huanjing .p {
  font-size: 18rem;
  line-height: 46rem;
  color: #454647;
  padding-top: 13rem;
  margin-bottom: 47rem;
}
.huanjing .list {
  padding: 35rem 0;
}
.huanjing .list ul {
  margin: 0 -19rem;
}
.huanjing .list ul li {
  float: left;
  width: 25%;
  padding: 0 19rem;
}
.huanjing .list ul li .box {
  box-shadow: 0rem 0rem 20rem 0rem rgba(0, 59, 90, 0.1);
  padding: 46rem 22rem;
  text-align: center;
  background-color: #fff;
}
.huanjing .list ul li .box .pic {
  width: 70rem;
  margin: 0 auto;
}
.huanjing .list ul li .box .text {
  padding-top: 24rem;
}
.huanjing .list ul li .box .bt {
  font-size: 22rem;
  font-weight: bold;
  line-height: 32rem;
  letter-spacing: 1rem;
  margin-bottom: 6rem;
  color: #1eb8d4;
}
.huanjing .list ul li .box .jsh {
  font-size: 16rem;
  line-height: 28rem;
  margin-bottom: 20rem;
  color: #666666;
  min-height: 112rem;
}
.huanjing .list ul li .box .img {
  width: 100%;
}
.huanjing .list ul li .box .img:after {
  padding-bottom: 73.07692308%;
}
.huanjing .huanjing01 {
  padding-top: 94rem;
}
.huanjing .huanjing01 .left {
  float: left;
  width: 57%;
  padding-top: 22rem;
}
.huanjing .huanjing01 .bt {
  font-size: 42rem;
  padding-bottom: 11rem;
  margin-bottom: 44rem;
  padding-right: 50rem;
  background: url(../images/line3.png) repeat-x bottom left;
  color: #1d1f21;
}
.huanjing .huanjing01 .jsh {
  font-size: 18rem;
  line-height: 35rem;
  padding-right: 50rem;
  color: #454647;
}
.huanjing .huanjing01 .img {
  width: 43%;
  float: right;
}
.jishu {
  padding: 0 !important;
}
.jishu .jishu01 {
  padding: 70rem 0 100rem 0;
  background: url(../images/bg6.jpg) no-repeat bottom center;
  background-size: cover;
}
.jishu .jishu01 .jsh {
  font-size: 18rem;
  line-height: 42rem;
  padding: 46rem 0 57rem 0;
  color: #454647;
  letter-spacing: 1rem;
}
.jishu .jishu-more a {
  text-align: center;
  width: 181rem;
  line-height: 62rem;
  background-color: #00206a;
  border-radius: 4rem;
  display: block;
  margin: 0 auto;
  letter-spacing: 1rem;
  color: #ffffff;
  transition: 0.5s;
}
.jishu .jishu-more a:hover {
  background: #11acc8;
}
.jishu .jishu02 {
  padding: 84rem 0;
}
.jishu .jishu02 .jsh {
  padding: 58rem 0 0 0;
}
.pinzhi {
  padding-top: 62rem;
}
.pinzhi .pinzhi-bottom {
  margin-top: 34rem;
  padding: 60rem 50rem 133rem 50rem;
  background: #fafafa url(../images/bg7.png) no-repeat bottom center;
  background-size: 100%;
  margin-bottom: 100rem;
}
.pinzhi .pinzhi-bottom .p {
  font-size: 18rem;
  line-height: 36rem;
  color: #454647;
  padding-top: 41rem;
  margin-bottom: 47rem;
}
.pinzhi .pinzhi-bottom .list {
  padding: 0 80rem;
}
.pinzhi .pinzhi-bottom .list .item {
  float: left;
  width: 27%;
  padding: 0 36rem;
}
.pinzhi .pinzhi-bottom .list .item .pic:before {
  content: '';
  display: block;
  width: 30rem;
  height: 28rem;
  background: url(../images/fangda.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.pinzhi .pinzhi-bottom .list .item .pic:after {
  padding-bottom: 139.16666667%;
}
.pinzhi .pinzhi-bottom .list .item:nth-child(1) {
  width: 45%;
}
.pinzhi .pinzhi-bottom .list .item:nth-child(1) .pic:after {
  padding-bottom: 75.90909091%;
}
.pinzhi .pinzhi02 {
  padding: 76rem 51rem 120rem 51rem;
  position: relative;
  background: #fafafa url(../images/bg8.jpg) no-repeat bottom right;
  background-size: 100%;
}
.pinzhi .pinzhi02 .jsh {
  font-size: 18rem;
  line-height: 42rem;
  color: #454647;
  margin-top: 34rem;
  margin-bottom: 22rem;
}
.pinzhi .pinzhi02 .list {
  position: relative;
  padding: 44rem 67rem 40rem 67rem;
}
.pinzhi .pinzhi02 .list ul li {
  font-size: 24rem;
  font-weight: bold;
  line-height: 42rem;
  color: #3f4347;
  background: url(../images/dot3.png) no-repeat center left;
  background-size: 16rem;
  padding-left: 44rem;
  margin-bottom: 16rem;
}
.pinzhi .pinzhi02 .list:after {
  content: '';
  display: block;
  width: 1315rem;
  min-height: 480rem;
  border: solid 1px rgba(0, 32, 106, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.pinzhi .pinzhi02 .list:before {
  content: '';
  display: block;
  width: 1315rem;
  min-height: 480rem;
  border: solid 1px rgba(0, 32, 106, 0.2);
  position: absolute;
  top: 10rem;
  left: 10rem;
}
.pinzhi .pinzhi03 {
  color: #fff;
  text-align: center;
  font-size: 24rem;
  color: #fafafa;
  width: 1000rem;
  line-height: 54rem;
  background-color: #00206a;
  border-radius: 10rem;
  margin: 0 auto;
  margin-top: -40rem;
  padding: 15rem 20rem;
  position: relative;
  z-index: 5;
}
.pinzhi .pinzhi03 img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20rem;
  width: 49rem;
}
.height {
  height: 1px;
  position: absolute;
  top: -120rem;
  left: 0;
  width: 100%;
}
.about-p {
  font-size: 30rem;
  line-height: 46rem;
  margin-bottom: 112rem;
  color: #1d1f21;
}
.about01 {
  margin-bottom: 115rem;
}
.about01 .left {
  float: right;
  text-align: right;
  width: 55%;
  padding-right: 39rem;
}
.about01 .inmain-title {
  margin-bottom: 33rem;
}
.about01 .inmain-title:after {
  left: auto;
  right: 0;
}
.about01 .jsh {
  font-size: 22rem;
  line-height: 46rem;
  color: #454647;
}
.about01 .img {
  width: 45%;
  float: left;
}
.about02 {
  margin-bottom: 80rem;
}
.about02 .left {
  float: left;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.about02 .img {
  float: right;
}
.about02 .jsh {
  padding-right: 30rem;
}
.about02 .inmain-title:after {
  left: 0;
  right: auto;
}
.about03 .about-bottom {
  margin-top: 58rem;
  position: relative;
}
.about03 ul {
  margin: 0 -20rem;
}
.about03 ul li {
  width: 25%;
  float: left;
  padding: 0 20rem;
}
.about03 ul li .box {
  box-shadow: -10rem 0rem 20rem 0rem rgba(16, 86, 137, 0.1);
  padding: 34rem 25rem 41rem 25rem;
  min-height: 528rem;
  background: #fff;
  position: relative;
}
.about03 ul li .box:after {
  content: '';
  display: block;
  width: 100%;
  height: 5rem;
  background-color: #00206a;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.about03 ul li .num {
  font-family: 'Roboto-Regular';
  font-size: 16rem;
  margin-bottom: 75rem;
  color: #666666;
}
.about03 ul li .num:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 30rem;
  height: 1rem;
  margin-right: 5rem;
  background-color: #333333;
}
.about03 ul li .pic {
  width: 60rem;
  margin-bottom: 13rem;
}
.about03 ul li .pic .mh {
  display: none;
}
.about03 ul li .bt {
  font-size: 20rem;
  line-height: 28rem;
  margin-bottom: 19rem;
  font-weight: bold;
  color: #333333;
}
.about03 ul li .jsh {
  font-size: 18rem;
  line-height: 30rem;
  color: #666666;
}
@media (min-width: 1025px) {
  .about03 ul li:hover .box {
    background: url(../images/bg9.jpg) no-repeat center center;
    background-size: cover;
  }
  .about03 ul li:hover .box:after {
    display: none;
  }
  .about03 ul li:hover .num {
    color: #fff;
  }
  .about03 ul li:hover .num:before {
    background-color: #fff;
  }
  .about03 ul li:hover .pic .mh {
    display: block;
  }
  .about03 ul li:hover .pic .m {
    display: none;
  }
  .about03 ul li:hover .bt {
    color: #fff;
  }
  .about03 ul li:hover .jsh {
    color: #fff;
  }
}
.about03 .slick-prev,
.about03 .slick-next {
  width: 60rem;
  height: 60rem;
  margin-top: -30rem;
  border-radius: 50%;
  border: 2px solid #adadad;
  background: url(../images/left.png) no-repeat center center !important;
  background-size: 21rem !important;
}
.about03 .slick-prev:before,
.about03 .slick-next:before {
  content: '';
}
@media (min-width: 1025px) {
  .about03 .slick-prev:hover,
  .about03 .slick-next:hover {
    border: 2px solid #00206a;
    background: url(../images/lefth.png) no-repeat center center !important;
    background-size: 21rem !important;
  }
}
.about03 .slick-prev {
  left: -80rem;
}
.about03 .slick-next {
  right: -80rem;
  background: url(../images/right.png) no-repeat center center !important;
  background-size: 21rem !important;
}
@media (min-width: 1025px) {
  .about03 .slick-next:hover {
    background: url(../images/righth.png) no-repeat center center !important;
    background-size: 21rem !important;
  }
}
.judian {
  padding-bottom: 62rem;
  background: #ffffff url(../images/bg5.jpg) no-repeat bottom center;
  background-size: 100%;
}
.judianlist {
  padding-top: 75rem;
}
.judianlist ul {
  margin: 0 -30rem;
}
.judianlist li {
  float: left;
  width: 50%;
  padding: 0 30rem;
  margin-bottom: 65rem;
}
.judianlist li .pic {
  float: left;
  width: 54%;
}
.judianlist li .pic:after {
  padding-bottom: 68.64864865%;
}
.judianlist li .text {
  float: left;
  width: 46%;
  padding-left: 23rem;
  padding-top: 16rem;
}
.judianlist li .text .bt {
  font-size: 24rem;
  line-height: 30rem;
  margin-bottom: 17rem;
  color: #00206a;
}
.judianlist li .text .bt a {
  color: #00206a;
}
.judianlist li .text .bt a:hover {
  font-weight: bold;
  text-decoration: underline;
}
.judianlist li .text .bt span {
  width: 30rem;
  height: 30rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10rem;
  background: url(../images/link.png) no-repeat center center;
  background-size: 20rem;
}
.judianlist li .text .p {
  font-size: 16rem;
  line-height: 26rem;
  color: #454647;
}
@media (min-width: 1025px) {
  .judianlist li:hover .pic img {
    transform: scale(1.04);
  }
}
.global02 {
  padding-top: 89rem;
}
.global02 .jsh {
  font-size: 22rem;
  line-height: 46rem;
  color: #454647;
  padding: 40rem 17rem 24rem 17rem;
}
.global {
  padding-top: 84rem;
  padding-bottom: 62rem;
  background: #ffffff url(../images/bg5.jpg) no-repeat bottom center;
  background-size: 100%;
}
.quality-list {
  background: url(../images/bg10.jpg) no-repeat top center;
  background-size: cover;
  padding: 89rem 88rem 80rem 88rem;
}
.quality-list .quality {
  display: flex;
  align-items: center;
  justify-content: center;
}
.quality-list .quality-item {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30rem;
  text-align: center;
  background: #fff;
  border: #00206a solid 10rem;
  border-left-color: #0239ba;
  border-right-color: #3470f7;
  border-radius: 100rem;
  margin-right: 9rem;
  position: relative;
}
.quality-list .quality-item::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.quality-list .quality-item::after {
  content: '';
  position: absolute;
  right: -15rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  border-top: 10rem solid transparent;
  border-bottom: 10rem solid transparent;
  border-left: 10rem solid #00206a;
}
.quality-list .quality-item-circle::after {
  border-radius: 50%;
  border-right: 5rem solid #00206a;
  border-top: 5rem solid transparent;
  border-bottom: 5rem solid transparent;
  border-left: 5rem solid #00206a;
  background-color: #00206a;
}
.quality-list .quality-item:last-of-type {
  margin-right: 0;
}
.quality-list .quality-item:last-of-type::after {
  content: none;
}
.quality-list .quality-item span {
  color: #00206a;
  font-size: 24rem;
}
.quality-list .quality-item:nth-child(1) span {
  color: #668f4b;
}
.quality-list .quality-item:nth-child(3) span {
  color: #c49814;
}
.quality-list .quality-item:nth-child(5) span {
  color: #c49814;
}
.quality-list .quality-item:last-of-type a {
  margin-right: 0;
}
.quality-list .quality-assurance {
  background: url(../images/parts_plastic_quality-left.png) no-repeat left top, url(../images/parts_plastic_quality-right.png) no-repeat right top;
  background-color: #00206a;
  background-size: contain;
  color: #fff;
  font-size: 24rem;
  margin-top: 20rem;
  padding: 0 5rem;
  text-align: center;
}
.quality-list .quality-assurance span {
  color: #fff;
  display: block;
  width: 100%;
  line-height: 56rem;
}
.quality-list .p {
  font-size: 18rem;
  line-height: 30rem;
  padding: 43rem 28rem 0 28rem;
  letter-spacing: 1rem;
}
.publiclist {
  margin: 0 -18rem;
}
.publiclist li {
  width: 33.33333333%;
  float: left;
  padding: 0 18rem;
  text-align: center;
}
.publiclist li .box {
  border: solid 2px #00206a;
  padding: 49rem 10rem 53rem 10rem;
  min-height: 302rem;
}
.publiclist li h3 {
  font-size: 42rem;
  color: #00206a;
}
.publiclist li h3:after {
  width: 50rem;
  height: 1rem;
  background-color: #00206a;
  margin: 4rem auto 28rem auto;
  content: '';
  display: block;
}
.publiclist li p {
  font-size: 22rem;
  line-height: 34rem;
  color: #00206a;
}
.p4 li {
  width: 25%;
}
.pujsh {
  font-size: 22rem;
  line-height: 46rem;
  padding: 68rem 72rem;
  font-weight: bold;
  color: #3470f7;
  text-align: justify;
  background: url(../images/bg11.jpg) no-repeat top center;
  background-size: cover;
}
.other {
  padding-top: 89rem;
}
.other .pujsh {
  margin-top: 59rem;
}
.other01 {
  padding: 77rem 0 10rem 0;
}
.other01 .other-bottom {
  padding-top: 54rem;
}
.other01 .left {
  float: left;
  width: 35%;
  padding-left: 25rem;
  padding-top: 19rem;
}
.other01 .jsh {
  font-size: 20rem;
  line-height: 36rem;
  color: #454647;
}
.other01 .img {
  width: 61%;
  float: right;
  text-align: center;
  font-size: 16rem;
  line-height: 30rem;
  color: #77797a;
}
.other01 .span {
  font-size: 26rem;
  color: #454647;
  position: relative;
  padding-left: 20rem;
}
.other01 .span:after {
  content: '';
  display: block;
  width: 7rem;
  height: 24rem;
  background-color: #454647;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12rem;
}
.other01 .cl {
  margin-bottom: 20rem;
}
.other01 .cl .left {
  margin-top: 20rem;
}
.other01 .cl .img {
  margin-top: -50rem;
}
.other01 .cl01 .left {
  margin-top: 70rem;
}
.other01 .cl01 .img {
  margin-top: 0;
}
.product {
  padding-top: 90rem;
}
.product .publiclist {
  margin-bottom: 75rem;
}
.product .inmain-bt {
  margin-bottom: 35rem;
}
.product .quality-list {
  padding: 59rem 88rem 80rem 88rem;
}
.product .quality-list .jsh {
  font-size: 22rem;
  font-weight: bold;
  line-height: 46rem;
  margin-bottom: 49rem;
  color: #3470f7;
}
.product01 {
  padding-top: 90rem;
  padding-bottom: 0;
  position: relative;
}
.product01 .other-bottom {
  position: relative;
}
.product01 .bt-title {
  font-weight: normal;
  color: #1d1f21;
  border-bottom: none;
  padding-bottom: 0;
}
.product01 .left {
  width: 48%;
  padding-top: 16rem;
}
.product01 .span {
  font-size: 30rem;
  font-weight: bold;
  color: #1d1f21;
  margin: 32rem 0 12rem 0;
  padding-left: 0;
}
.product01 .span:after {
  display: none;
}
.product01 .img {
  width: 45%;
  padding-right: 23rem;
}
.product01 .jsh {
  font-size: 18rem;
}
.product01 .more {
  position: absolute;
  bottom: 55rem;
  left: 25rem;
}
.product01 .more a {
  font-size: 16rem;
  color: #ffffff;
  width: 210rem;
  line-height: 56rem;
  background-color: #00206a;
  border-radius: 27rem;
  display: block;
  text-align: center;
  transition: 0.5s;
}
.product01 .more a:hover {
  background: #11acc8;
}
.product02 {
  margin-top: 90rem;
  padding: 75rem 40rem 89rem 40rem;
  background-color: #f7f7f7;
}
.product02 .product01 {
  padding: 0;
}
.product02 .product01 .left {
  width: 50%;
}
.product02 .product01 .img {
  padding-right: 0;
}
.product02 .product01 .bt-title {
  margin-bottom: 47rem;
}
.product02 .product01 .bt-title span {
  font-size: 20rem;
  color: #1d1f21;
  display: inline-block;
  vertical-align: top;
  width: 142rem;
  line-height: 36rem;
  background-color: rgba(30, 184, 212, 0.3);
  text-align: center;
}
.product02 .product01 .more {
  bottom: 25rem;
}
.product03 {
  padding-top: 80rem;
  padding-bottom: 0;
}
.product03 .other-bottom {
  position: relative;
}
.product03 .left {
  width: 30%;
  padding-top: 21rem;
}
.product03 .img {
  width: 70%;
}
.product03 .jsh {
  font-size: 18rem;
}
.product03 .more {
  position: absolute;
  bottom: 75rem;
  left: 25rem;
}
.product03 .more a {
  font-size: 16rem;
  color: #ffffff;
  width: 210rem;
  line-height: 56rem;
  background-color: #00206a;
  border-radius: 27rem;
  display: block;
  text-align: center;
  transition: 0.5s;
}
.product03 .more a:hover {
  background: #11acc8;
}
.fengshan {
  padding-top: 57rem;
}
.fengshan01 {
  padding: 0 0 70rem 0;
  position: relative;
}
.fengshan01 .fengshan-bottom {
  padding-top: 54rem;
}
.fengshan01 .item {
  margin-bottom: 32rem;
}
.fengshan01 .left {
  float: left;
  width: 44.7%;
  padding-left: 22rem;
}
.fengshan01 .bt {
  font-size: 30rem;
  letter-spacing: 2rem;
  padding-left: 30rem;
  margin-bottom: 11rem;
  color: #1d1f21;
}
.fengshan01 .jsh {
  font-size: 18rem;
  line-height: 36rem;
  padding-left: 40rem;
  color: #454647;
}
.fengshan01 .right {
  width: 51.4%;
  float: right;
  padding-top: 32rem;
}
.fengshan01 .tedian .bt {
  background: url(../images/tedian.png) no-repeat center left;
  background-size: 30rem;
}
.fengshan01 .yingyong .bt {
  background: url(../images/yingyong.png) no-repeat center left;
  background-size: 27rem;
}
.fengshan01:nth-last-child(1) {
  padding-bottom: 0;
}
.eco {
  padding-top: 90rem;
}
.eco .pujsh {
  margin-bottom: 75rem;
}
.eco01 {
  padding: 0 0 70rem 0;
}
.eco01 .eco-bottom {
  margin: 0 49rem;
  margin-top: 54rem;
  padding: 38rem 66rem 20rem 66rem;
  background-color: #f7f7f7;
}
.eco01 .bt-title {
  font-weight: normal;
  color: #1d1f21;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 47rem;
}
.eco01 .left {
  float: right;
  width: 45%;
  padding-top: 47rem;
}
.eco01 .jsh {
  font-size: 18rem;
  line-height: 36rem;
  color: #454647;
}
.eco01 .img {
  width: 46%;
  float: left;
  font-size: 14rem;
  line-height: 30rem;
  color: #77797a;
}
.eco01 .eco02 .img {
  float: right;
}
.eco01 .eco02 .left {
  float: left;
}
.eco01 .eco03 {
  padding: 38rem 66rem;
}
.eco01 .eco03 .left {
  padding-top: 0;
}
.toujing {
  padding-top: 90rem;
}
.toujing .publiclist {
  margin-bottom: 83rem;
}
.toujing .pujsh {
  margin-bottom: 72rem;
}
.toujing01 {
  padding: 0 0 43rem 0;
}
.toujing01 .toujing-bottom {
  padding: 63rem 65rem 54rem 65rem;
  background-color: #f7f7f7;
}
.toujing01 .bt-title {
  font-weight: normal;
  color: #1d1f21;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 22rem;
}
.toujing01 .span {
  font-size: 30rem;
  letter-spacing: 2rem;
  color: #1d1f21;
  margin-top: 48rem;
  padding: 42rem 29rem;
  margin-bottom: 39rem;
  background-color: #f7f7f7;
}
.toujing01 .left {
  float: left;
  width: 45%;
}
.toujing01 .jsh {
  font-size: 16rem;
  line-height: 30rem;
  color: #454647;
  padding-left: 24rem;
  margin-bottom: 43rem;
}
.toujing01 .img {
  width: 51.4%;
  float: right;
  font-size: 14rem;
  line-height: 30rem;
  color: #77797a;
}
.toujing02 .eco-bottom {
  padding: 38rem 66rem;
}
.toujing02 ul {
  position: relative;
}
.toujing02 ul div {
  display: block !important;
}
.toujing02 ul li .pic:after {
  padding-bottom: 72.72727273%;
}
.toujing02 ul.list1 {
  position: relative;
}
.toujing02 ul.list1 li .pic:after {
  padding-bottom: 64.54545455%;
}
.toujing02 .slick-dots {
  bottom: 57rem;
  left: 0;
}
.toujing02 .slick-dots li {
  margin: 0 5px;
  width: 10rem;
  height: 10rem;
}
.toujing02 .slick-dots li button {
  width: 10rem;
  height: 10rem;
}
.toujing02 .slick-dots li button:before {
  width: 10rem;
  height: 10rem;
  background-color: #fff;
  border: 0;
  border-radius: 50%;
}
.toujing02 .slick-dots li.slick-active button:before {
  border: 0;
  background-color: #00206a;
}
@font-face {
  font-family: 'Nexa-Light';
  src: url(../font/Nexa-Light.otf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DeVinne-Txt-BT';
  src: url('../font/DeVinne-Txt-BT.woff2') format('woff2'), url('../font/DeVinne-Txt-BT.woff') format('woff'), url('../font/DeVinne-Txt-BT.ttf') format('truetype'), url('../font/DeVinne-Txt-BT.eot') format('embedded-opentype'), url('../font/DeVinne-Txt-BT.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../font/Roboto-Regular.woff2') format('woff2'), url('../font/Roboto-Regular.woff') format('woff'), url('../font/Roboto-Regular.ttf') format('truetype'), url('../font/Roboto-Regular.eot') format('embedded-opentype'), url('../font/Roboto-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.transparent {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  top: 0;
  left: 0;
  z-index: 888;
  backdrop-filter: blur(5rem);
}
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
.slick-dots {
  position: absolute;
  bottom: 46px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 20px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  text-align: center;
  color: #000;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
@keyframes slideUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@keyframes fadeInLeft2 {
  0% {
    opacity: 0;
    transform: translate3d(-70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  0% {
    opacity: 0;
    transform: translate3d(70px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
    transform: translate3d(0, -70px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@-webkit-keyframes pulsed {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  50% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(2, 2, 2);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(0.8, 0.8, 0.8);
  }
}
@keyframes mymove {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes mymove {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
.fanhuidingbu {
  text-align: center;
}
.fanhuidingbu a {
  display: block;
  font-size: 18rem;
  margin-bottom: 60rem;
  color: #00206a;
  text-align: center;
  background: url(../images/fanhui.png) no-repeat center left;
  background-size: 30rem;
  display: inline-block;
  padding-left: 40rem;
}
.fang2 a {
  margin-top: 60rem;
  margin-bottom: 0;
}
.fang1 a {
  margin-top: 60rem;
  margin-bottom: 0;
  color: #fff;
  background: url(../images/fanhui1.png) no-repeat center left;
  background-size: 30rem;
}



.header .header-right .lan .lan-list{
	position: absolute;
  background-color: #fff;
  z-index: 9;
  padding: 20px;
  margin-left: -20px;
  display: none;
	
}

.header .header-right .lan:hover .lan-list{
	display:block;
}